projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49c4854
)
Don't use GDK_NONE when GDK_SELECTION_CLIPBOARD is meant
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 1 Mar 2011 00:24:29 +0000
(19:24 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 1 Mar 2011 00:25:35 +0000
(19:25 -0500)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 4dacb7d83c78f5724749348c823bafa25d2fb2b3..1d299d331d6fef7b0139a0773d421a768706933b 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-5106,7
+5106,7
@@
gtk_entry_paste_clipboard (GtkEntry *entry)
GtkEntryPrivate *priv = entry->priv;
if (priv->editable)
- gtk_entry_paste (entry, GDK_
NONE
);
+ gtk_entry_paste (entry, GDK_
SELECTION_CLIPBOARD
);
else
gtk_widget_error_bell (GTK_WIDGET (entry));
}